[System.ComponentModel.DefaultProperty("Content")] [System.Windows.Markup.ContentProperty("Content")] [System.Windows.Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)] [System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [System.Windows.Markup.XmlLangProperty("Language")] [System.Windows.Markup.UsableDuringInitialization(true)] [System.Windows.Markup.RuntimeNameProperty("Name")] [System.Windows.Markup.UidProperty("Uid")] [System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)] public class NNovControlHost<T> : NNovWidgetHost<T> where T: new(), NWidget